Table 6-1. JDBC Client Directory and Files
|
Directories and Files
|
Description
|
|
books/*.*
|
Files for the SequeLink online books, which are in HTML format.
|
|
driver/examples/CheckAgainstCertificateFromFile.java driver/examples/CheckAgainstCertificateFromJar.java driver/examples/KeyStoreCertificateChecker.java
|
Contain Java source files that provide examples of certificate checkers.
|
|
driver/examples/JNDI_FILESYSTEM_Example.java driver/examples/JNDI_LDAP_Example.java
|
Contain Java source files that allow you to create JDBC data sources. These source files must be adapted for your environment, and subsequently compiled and run.
|
|
driver/lib/sljc.jar
|
JAR file containing all classes of the JDBC driver implementing the JDBC 3.0 API. To load the driver, add this path to your CLASSPATH variable. This JAR file also contains all classes of the JDBC driver implementing the JDBC 2.0 Optional Package. To use the JDBC 2.0 Optional Package, add this path to your CLASSPATH variable.
|
|
driver/lib/slssl14.jar driver/lib/iaik_jce_full.jar
|
JAR files required for J2SE 1.4.2 or higher JVMs. The files contain all classes of the JDBC driver that implement SSL encryption.
|
|
driver/lib/sljc.rar
|
Resource Archive for use with J2EE Connector Architecture.
|
|
help/*.*
|
Files for the HTML-based online help for the JDBC driver.
|
|
testforjdbc/lib/testforjdbc.jar
|
JAR file containing all the DataDirect Test classes. To use DataDirect Test, add this path to your CLASSPATH variable.
|
|
testforjdbc/testforjdbc14.bat
|
Batch file that starts DataDirect Test.
|
|
testforjdbc/testforjdbc14.sh
|
UNIX shell script that starts DataDirect Test.
|
|
pool/lib/pool.jar
|
JAR file containing all the classes for the DataDirect Connection Pool Manager.
|
|
proxy/cmdsrvc.exe
|
Executable that registers the SequeLink Proxy Server as a Windows service.
|
|
proxy/proxyserver14.bat
|
Batch file that starts the SequeLink Proxy Server.
|
|
proxy/cert/
|
Directory containing demo certificates.
|
|
proxy/demos/com/ddtek/sequelink/demo/ demo.properties proxy/demos/com/ddtek/sequelink/demo/ GenerateDemoCertificates$DN.class proxy/demos/com/ddtek/sequelink/demo/ GenerateDemoCertificates.class
|
Contain Java files you can use to generate certificates.
|
|
proxy/demos/com/ddtek/sequelink/demo/ KeyTool.class
|
Contains a Java class file that extracts certificates from a Java2 KeyStore and converts certificates to different formats.
|
|
proxy/lib/slproxy.jar
|
JAR file containing all classes for the SequeLink Proxy Server.
|
|
proxy/log
|
The directory that contains all messages logged by the SequeLink Proxy Server.
|
|
proxy/proxyserver14.sh
|
UNIX shell script that starts the SequeLink Proxy Server.
|
|
spy/lib/spy.jar
|
JAR file containing all Spy classes. To use DataDirect Spy, add this path to your CLASSPATH variable.
|
|
sun/lib/jdbc2_0-stdext.jar
|
JAR file containing redistributable Sun Microsystems components for the JDBC 2.0 Optional Package.
|
|
sun/lib/jndi.jar
|
JAR file containing redistributable Sun Microsystems components for JNDI 1.2.
|
|
sun/lib/jta-spec1_0_1.jar
|
JAR file containing redistributable Sun Microsystems components for JTA 1.0.1.
|
|
sun/lib/fs/fscontext.jar sun/lib/fs/providerutil.jar
|
JAR files containing redistributable Sun Microsystems components for the File System JNDI Provider.
|
|
sun/lib/ldap/jaas.jar sun/lib/ldap/ldap.jar sun/lib/ldap/ldapbp.jar sun/lib/ldap/providerutil.jar
|
JAR files containing redistributable Sun Microsystems components for the LDAP JNDI Provider.
|